YES 0.735 H-Termination proof of /home/matraf/haskell/eval_FullyBlown_Fast/empty.hs
H-Termination of the given Haskell-Program with start terms could successfully be proven:



HASKELL
  ↳ BR

mainModule Main
  ((product :: [Float ->  Float) :: [Float ->  Float)

module Main where
  import qualified Prelude



Replaced joker patterns by fresh variables and removed binding patterns.

↳ HASKELL
  ↳ BR
HASKELL
      ↳ COR

mainModule Main
  ((product :: [Float ->  Float) :: [Float ->  Float)

module Main where
  import qualified Prelude



Cond Reductions:
The following Function with conditions
undefined 
 | False
 = undefined

is transformed to
undefined  = undefined1

undefined0 True = undefined

undefined1  = undefined0 False



↳ HASKELL
  ↳ BR
    ↳ HASKELL
      ↳ COR
HASKELL
          ↳ NumRed

mainModule Main
  ((product :: [Float ->  Float) :: [Float ->  Float)

module Main where
  import qualified Prelude



Num Reduction: All numbers are transformed to thier corresponding representation with Pos, Neg, Succ and Zero.

↳ HASKELL
  ↳ BR
    ↳ HASKELL
      ↳ COR
        ↳ HASKELL
          ↳ NumRed
HASKELL
              ↳ Narrow

mainModule Main
  (product :: [Float ->  Float)

module Main where
  import qualified Prelude



Haskell To QDPs


↳ HASKELL
  ↳ BR
    ↳ HASKELL
      ↳ COR
        ↳ HASKELL
          ↳ NumRed
            ↳ HASKELL
              ↳ Narrow
                ↳ AND
QDP
                    ↳ QDPSizeChangeProof
                  ↳ QDP
                  ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

new_primPlusNat(Succ(vx600), Succ(vx300000)) → new_primPlusNat(vx600, vx300000)

R is empty.
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:



↳ HASKELL
  ↳ BR
    ↳ HASKELL
      ↳ COR
        ↳ HASKELL
          ↳ NumRed
            ↳ HASKELL
              ↳ Narrow
                ↳ AND
                  ↳ QDP
QDP
                    ↳ QDPSizeChangeProof
                  ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

new_primMulNat(Succ(vx4000), Succ(vx30000)) → new_primMulNat(vx4000, Succ(vx30000))

R is empty.
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:



↳ HASKELL
  ↳ BR
    ↳ HASKELL
      ↳ COR
        ↳ HASKELL
          ↳ NumRed
            ↳ HASKELL
              ↳ Narrow
                ↳ AND
                  ↳ QDP
                  ↳ QDP
QDP
                    ↳ QDPSizeChangeProof

Q DP problem:
The TRS P consists of the following rules:

new_enforceWHNF(Float(vx40, vx41), Float(vx300, vx301), vx5, :(vx310, vx311)) → new_enforceWHNF(Float(new_sr(vx40, vx300), new_sr(vx41, vx301)), vx310, Float(new_sr(vx40, vx300), new_sr(vx41, vx301)), vx311)

The TRS R consists of the following rules:

new_primMulNat0(Zero, Zero) → Zero
new_sr(Neg(vx400), Neg(vx3000)) → Pos(new_primMulNat0(vx400, vx3000))
new_primPlusNat0(Succ(vx60), vx30000) → Succ(Succ(new_primPlusNat1(vx60, vx30000)))
new_primPlusNat1(Zero, Succ(vx300000)) → Succ(vx300000)
new_primPlusNat1(Succ(vx600), Zero) → Succ(vx600)
new_sr(Pos(vx400), Pos(vx3000)) → Pos(new_primMulNat0(vx400, vx3000))
new_primMulNat0(Succ(vx4000), Succ(vx30000)) → new_primPlusNat0(new_primMulNat0(vx4000, Succ(vx30000)), vx30000)
new_sr(Neg(vx400), Pos(vx3000)) → Neg(new_primMulNat0(vx400, vx3000))
new_sr(Pos(vx400), Neg(vx3000)) → Neg(new_primMulNat0(vx400, vx3000))
new_primPlusNat1(Succ(vx600), Succ(vx300000)) → Succ(Succ(new_primPlusNat1(vx600, vx300000)))
new_primMulNat0(Zero, Succ(vx30000)) → Zero
new_primMulNat0(Succ(vx4000), Zero) → Zero
new_primPlusNat0(Zero, vx30000) → Succ(vx30000)
new_primPlusNat1(Zero, Zero) → Zero

The set Q consists of the following terms:

new_sr(Pos(x0), Neg(x1))
new_sr(Neg(x0), Pos(x1))
new_sr(Neg(x0), Neg(x1))
new_primMulNat0(Succ(x0), Succ(x1))
new_primPlusNat1(Succ(x0), Succ(x1))
new_primPlusNat1(Zero, Zero)
new_primMulNat0(Zero, Zero)
new_sr(Pos(x0), Pos(x1))
new_primPlusNat1(Succ(x0), Zero)
new_primPlusNat0(Succ(x0), x1)
new_primPlusNat1(Zero, Succ(x0))
new_primPlusNat0(Zero, x0)
new_primMulNat0(Succ(x0), Zero)
new_primMulNat0(Zero, Succ(x0))

We have to consider all minimal (P,Q,R)-chains.
By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs: